home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / resources / fileutilities.h < prev    next >
C/C++ Source or Header  |  1996-06-05  |  389b  |  18 lines

  1. /*
  2.     File: FileUtilities.h
  3.  
  4.     Copyright 1990 by Thomas Knoll.
  5.     Copyright 1993-1996 by Adobe Systems, Inc.
  6.  
  7.     Header file for file utilities.
  8. */
  9.  
  10. #ifndef __FileUtilities_H__
  11. #define __FileUtilities_H__
  12.  
  13. void AppendStringAndString (Str255 s, Str255 append);
  14. void AppendStringAndCharacter (Str255 s, unsigned char c);
  15. void AppendCharAndString (Handle h, Str255 append);
  16.  
  17. #endif
  18.